* {
	margin: 0;
	padding: 0;
	outline: none;
}
html, body {
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family:"Microsoft YaHei","SimSun","Arail","Tabhoma",
	line-height: 1;
	background: #fff;
	color: #333;
	text-align: left;
}
input {
	padding-top:0;
	padding-bottom:0;
}
input::-moz-focus-inner {
	border:none;
	padding:0;
}
input,select,textarea {
	outline:0;
}
textarea {
	resize:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
ul,ol {
	list-style: none;
}
a {
	color: #333;
	outline-style:none;
	text-decoration: none;
}
a:hover {
	color:#1073b7;
	cursor:pointer;
	text-decoration: none;
}
 a:link, a:visited, a:active{
 	text-decoration:none;
 }
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
    *zoom:1;/*IE/7/6*/
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.show {
	display:block!important;
}
.hide {
	display:none!important;
}
.auto {
	margin-left:auto;
	margin-right:auto;
}
.text-overflow {
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}